Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: use ubuntu-24.04 on check-wasm #1885

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

luisschwab
Copy link
Contributor

@luisschwab luisschwab commented Mar 11, 2025

Description

This PR sets all CI workflows to run on ubuntu-24.04. check-wasm was running ubuntu-20.04, which is set to be unsupported in a 3 weeks (see actions/runner-images#11101); clang gets bumped to clang-14 because of this.

Checklists

All Submissions:

  • I've signed all my commits
  • I followed the contribution guidelines
  • I ran cargo fmt and cargo clippy before committing

@luisschwab luisschwab force-pushed the ci/use-explicit-ubuntu-version branch from 85ae5af to ed99cbf Compare March 11, 2025 02:30
@luisschwab luisschwab marked this pull request as draft March 11, 2025 02:35
@LagginTimes LagginTimes added the ci label Mar 11, 2025
@notmandatory notmandatory added this to the 1.2.0 milestone Mar 11, 2025
ValuedMammal added a commit that referenced this pull request Mar 13, 2025
…MSRV

a186f00 ci: pin `minreq` to `2.13.2` (Luis Schwab)
1a3b420 ci: pin `base64ct` to `1.6.0` (Luis Schwab)

Pull request description:

  <!-- You can erase any parts of this template not applicable to your Pull Request. -->

  ### Description

  - Pin `minreq` to `2.13.2` because `2.13.3` uses the unstable `std::sync::LazyLock` (#1886 (comment)).
  - Pin `base64ct` to `1.6.0` for MSRV.

  Required for #1885 (`ubuntu-24.04` on all CI workflows).

  ### Checklists

  #### All Submissions:

  * [X] I've signed all my commits
  * [X] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md)
  * [X] I ran `cargo fmt` and `cargo clippy` before committing

ACKs for top commit:
  LagginTimes:
    ACK a186f00
  ValuedMammal:
    ACK a186f00

Tree-SHA512: cfc78846c3225caa28bcd985bdec670ffccd564b6b8c4b9e9d6c8fdb3bf923005704118e994f1e211f8a52b7ddb34d9fe9b30d89a1d5254eca146f1720466e49
@luisschwab luisschwab force-pushed the ci/use-explicit-ubuntu-version branch from ed99cbf to f467449 Compare March 13, 2025 14:45
@luisschwab luisschwab marked this pull request as ready for review March 13, 2025 14:51
@ValuedMammal
Copy link
Contributor

Honestly I'm fine with sticking with ubuntu-latest. It's still just the latest LTS right? so probably won't change very frequently.

@luisschwab
Copy link
Contributor Author

Honestly I'm fine with sticking with ubuntu-latest. It's still just the latest LTS right? so probably won't change very frequently.

Yes, I guess it wouldn't be an immediate issue, there's still a year before the next LTS release.

@luisschwab luisschwab force-pushed the ci/use-explicit-ubuntu-version branch from f467449 to e3ef88f Compare March 13, 2025 19:16
@luisschwab luisschwab changed the title ci: use ubuntu-24.04 for all workflows ci: use ubuntu-24.04 on check-wasm Mar 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In Progress
Status: In Progress
Development

Successfully merging this pull request may close these issues.

None yet

4 participants